-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIWithNetwork`1.xml
143 lines (143 loc) · 10.7 KB
/
IWithNetwork`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<Type Name="IWithNetwork<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithNetwork<ParentT>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithNetwork`1<ParentT>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithNetwork(Of ParentT)" />
<TypeSignature Language="F#" Value="type IWithNetwork<'ParentT> = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces />
<Docs>
<typeparam name="ParentT">The stage of the parent network interface update to return to after attaching this definition.</typeparam>
<summary>
The stage of the network interface IP configuration definition allowing to specify the virtual network.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithExistingNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithSubnet<ParentT> WithExistingNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithSubnet`1<!ParentT> WithExistingNetwork(class Microsoft.Azure.Management.Network.Fluent.INetwork network) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork`1.WithExistingNetwork(Microsoft.Azure.Management.Network.Fluent.INetwork)" />
<MemberSignature Language="VB.NET" Value="Public Function WithExistingNetwork (network As INetwork) As IWithSubnet(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithExistingNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithSubnet<'ParentT>" Usage="iWithNetwork.WithExistingNetwork network" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithSubnet<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="network" Type="Microsoft.Azure.Management.Network.Fluent.INetwork" />
</Parameters>
<Docs>
<param name="network">An existing virtual network.</param>
<summary>
Associate an existing virtual network with the network interface IP configuration.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT> WithNewNetwork (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork> creatable);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP`1<!ParentT> WithNewNetwork(class Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable`1<class Microsoft.Azure.Management.Network.Fluent.INetwork> creatable) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork`1.WithNewNetwork(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable{Microsoft.Azure.Management.Network.Fluent.INetwork})" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (creatable As ICreatable(Of INetwork)) As IWithPrivateIP(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork> -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<'ParentT>" Usage="iWithNetwork.WithNewNetwork creatable" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="creatable" Type="Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.INetwork>" />
</Parameters>
<Docs>
<param name="creatable">A creatable definition for a new virtual network.</param>
<summary>
Create a new virtual network to associate with the network interface IP configuration,
based on the provided definition.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT> WithNewNetwork (string addressSpace);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP`1<!ParentT> WithNewNetwork(string addressSpace) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork`1.WithNewNetwork(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (addressSpace As String) As IWithPrivateIP(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : string -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<'ParentT>" Usage="iWithNetwork.WithNewNetwork addressSpace" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="addressSpace" Type="System.String" />
</Parameters>
<Docs>
<param name="addressSpace">The address space for the virtual network.</param>
<summary>
Creates a new virtual network to associate with the network interface IP configuration.
the virtual network will be created in the same resource group and region as of parent network interface,
it will be created with the specified address space and a default subnet covering the entirety of the
network IP address space.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithNewNetwork">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT> WithNewNetwork (string name, string addressSpace);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP`1<!ParentT> WithNewNetwork(string name, string addressSpace) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithNetwork`1.WithNewNetwork(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Function WithNewNetwork (name As String, addressSpace As String) As IWithPrivateIP(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithNewNetwork : string * string -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<'ParentT>" Usage="iWithNetwork.WithNewNetwork (name, addressSpace)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.IWithPrivateIP<ParentT></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="addressSpace" Type="System.String" />
</Parameters>
<Docs>
<param name="name">The name of the new virtual network.</param>
<param name="addressSpace">The address space for rhe virtual network.</param>
<summary>
Creates a new virtual network to associate with the network interface IP configuration.
the virtual network will be created in the same resource group and region as of parent
network interface, it will be created with the specified address space and a default subnet
covering the entirety of the network IP address space.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>